Skip to content

chore(deps): bump @mdn/browser-compat-data from 6.0.5 to 6.0.6 #5633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps @mdn/browser-compat-data from 6.0.5 to 6.0.6.

Release notes

Sourced from @​mdn/browser-compat-data's releases.

v6.0.6

Renamings

  • javascript.builtins.FinalizationRegistry.symbol_as_target to javascript.builtins.FinalizationRegistry.register.symbol_as_target (#26509)
  • javascript.builtins.WeakRef.symbol_as_target to javascript.builtins.WeakRef.WeakRef.symbol_as_target (#26509)

Additions

  • css.properties.accent-color.maintains_contrast (#26493)
  • css.types.gradient.repeating-conic-gradient.single_color_stop (#26508)
  • css.types.gradient.repeating-linear-gradient.single_color_stop (#26508)
  • css.types.gradient.repeating-radial-gradient.single_color_stop (#26508)
  • javascript.builtins.FinalizationRegistry.unregister.symbol_as_target (#26509)
  • webdriver.bidi.emulation (#26504)
  • webdriver.bidi.emulation.setGeolocationOverride (#26504)

Statistics

  • 9 contributors have changed 188 files with 787 additions and 526 deletions in 20 commits (v6.0.5...v6.0.6)
  • 17,008 total features
  • 1,140 total contributors
  • 5,194 total stargazers
Changelog

Sourced from @​mdn/browser-compat-data's changelog.

v6.0.6

April 15, 2025

Renamings

  • javascript.builtins.FinalizationRegistry.symbol_as_target to javascript.builtins.FinalizationRegistry.register.symbol_as_target (#26509)
  • javascript.builtins.WeakRef.symbol_as_target to javascript.builtins.WeakRef.WeakRef.symbol_as_target (#26509)

Additions

  • css.properties.accent-color.maintains_contrast (#26493)
  • css.types.gradient.repeating-conic-gradient.single_color_stop (#26508)
  • css.types.gradient.repeating-linear-gradient.single_color_stop (#26508)
  • css.types.gradient.repeating-radial-gradient.single_color_stop (#26508)
  • javascript.builtins.FinalizationRegistry.unregister.symbol_as_target (#26509)
  • webdriver.bidi.emulation (#26504)
  • webdriver.bidi.emulation.setGeolocationOverride (#26504)

Statistics

  • 9 contributors have changed 188 files with 787 additions and 526 deletions in 20 commits (v6.0.5...v6.0.6)
  • 17,008 total features
  • 1,140 total contributors
  • 5,194 total stargazers
Commits
  • 517e36f Release v6.0.6 (#26498)
  • 61e02cb Chrome 93 also maintains CSS accent-color contrast for legibility (#26518)
  • 359f09e Add single_color_stop to repeating-{conic,linear,radial}-gradient() (#26508)
  • da43e51 Update WebDriver BiDi data (#26504)
  • 18f8b37 Firefox 138 beta adds script importmap integrity (#26513)
  • 898328c Bump @​ddbeck/mdn-content-inventory from 0.2.20250414 to 0.2.20250415 (#26516)
  • f7a979a Bump lefthook from 1.11.9 to 1.11.10 (#26515)
  • 36aef40 Bump typescript-eslint from 8.29.1 to 8.30.1 (#26514)
  • c670def Move symbol support subfeatures into constructor/methods (#26509)
  • 65a7e3e docs(contributing): update WebView Android interface exposure link (#26387)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2025
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.77%. Comparing base (6dfcb84) to head (ddc0921).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5633   +/-   ##
=======================================
  Coverage   98.77%   98.77%           
=======================================
  Files          51       51           
  Lines        2863     2863           
  Branches      876      876           
=======================================
  Hits         2828     2828           
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@willdurand willdurand merged commit 4de8dc9 into master Apr 16, 2025
4 checks passed
@willdurand willdurand deleted the dependabot/npm_and_yarn/mdn/browser-compat-data-6.0.6 branch April 16, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant